home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00028_ÉãÅ[ÉvÉtÉâÉO.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  274 b   |  12 lines

  1. global gsoundloopflag
  2.  
  3. on mouseUp
  4.   if gsoundloopflag = 1 then
  5.     set the castNum of sprite 6 to the number of member "LoopButton"
  6.     set gsoundloopflag to 0
  7.   else
  8.     set the castNum of sprite 6 to the number of member "ChkLoop"
  9.     set gsoundloopflag to 1
  10.   end if
  11. end
  12.